net/http.persistConn.closech (field)
7 uses
net/http (current package)
transport.go#L1587: closech: make(chan struct{}),
transport.go#L1912: closech chan struct{} // closed when conn closed
transport.go#L2255: case <-pc.closech:
transport.go#L2370: case <-pc.closech:
transport.go#L2450: case <-pc.closech:
transport.go#L2648: pcClosed := pc.closech
transport.go#L2748: close(pc.closech)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |